home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / o8445ns.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-01-27  |  19.1 KB  |  625 lines

  1. *PPD-Adobe: "4.2"
  2. *% 
  3. *% Copyright 1998 Oce-Technologies B.V., Venlo, The Netherlands
  4. *% All rights reserved
  5. *%
  6. *%
  7. *FormatVersion: "4.2"
  8. *FileVersion: "1.2"
  9. *PCFileName: "o8445ns.PPD"
  10. *Manufacturer: "Oce"
  11. *Product: "(Oce8445ns)"
  12. *PSVersion: "(2014.074) 1"
  13. *ModelName: "Oce 8445 PS2 No Sorter"
  14. *NickName: "Oce 8445 PS2 No Sorter"
  15. *LanguageVersion: English
  16. *LanguageEncoding: ISOLatin1
  17.  
  18. *% Basic Capabilities =============================
  19. *FreeVM: "8388608"
  20. *LanguageLevel: "2"
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: False
  24. *FileSystem: True
  25. *?FileSystem: "
  26. save
  27.   (%disk%) currentdevparams dup /Writeable known
  28.   { /Writeable get {pop true} if
  29.   {(True)}{(False)} ifelse = flush
  30. restore"
  31. *End
  32.  
  33. *Throughput: "45"
  34. *Password: "0"
  35. *ExitServer: "
  36.  count 0 eq
  37.  { false } { true exch startjob } ifelse
  38.  not { 
  39.      (WARNING : Cannot modify initial VM.) = 
  40.      (Missing or invalid password.) = 
  41.      (Please contact the author of this software.) = flush quit
  42.      } if"
  43. *End
  44.  
  45. *Reset: "
  46.  count 0 eq
  47.  { false } { true exch startjob } ifelse
  48.  not {
  49.     (WARNING: Cannot reset printer.) =
  50.     (Missing or invalid password.) =
  51.     (Please contact the author of this software.) = flush quit
  52.     } if
  53.  systemdict /quit get exec
  54.  (WARNING : Printer Reset Failed.) = flush"
  55. *End
  56.  
  57. *%==========Resolution Information=========================
  58.  
  59. *DefaultResolution: 600dpi
  60. *OrderDependency: 10 AnySetup *Resolution
  61. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  62. *?Resolution: "
  63.   save
  64.     currentpagedevice /HWResolution get
  65.     0 get
  66.     (          ) cvs print
  67.     (dpi)
  68.     = flush
  69.   restore"
  70. *End
  71.  
  72. *% Paper Handling ==========================
  73. *OpenGroup: PaperHandling
  74. *OpenUI *PageSize: PickOne
  75. *OrderDependency: 30 AnySetup *PageSize
  76. *DefaultPageSize: A4
  77. *PageSize A4: "
  78.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  79. *End
  80. *PageSize A3: "
  81.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  82. *End
  83. *PageSize A5: "
  84.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  85. *End
  86. *PageSize Folio: "
  87.     2 dict dup /PageSize [595 935] put dup /ImagingBBox null put setpagedevice"
  88. *End
  89. *PageSize Kwarto: "
  90.     2 dict dup /PageSize [575 720] put dup /ImagingBBox null put setpagedevice"
  91. *End
  92. *PageSize Commercial: "
  93.     2 dict dup /PageSize [595 765] put dup /ImagingBBox null put setpagedevice"
  94. *End
  95. *PageSize Foolscap: "
  96.     2 dict dup /PageSize [575 935] put dup /ImagingBBox null put setpagedevice"
  97. *End
  98. *PageSize Letter: "
  99.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  100. *End
  101. *PageSize Legal: "
  102.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  103. *End
  104. *PageSize 11x17: "
  105.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  106. *End
  107. *PageSize SmallLegal: "
  108.     2 dict dup /PageSize [612 935] put dup /ImagingBBox null put setpagedevice"
  109. *End
  110. *PageSize Statement: "
  111.     2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  112. *End
  113. *?PageSize: "
  114.  save
  115.    currentpagedevice /PageSize get aload pop
  116.    2 copy gt {exch} if 
  117.    (Unknown) 
  118.    10 dict begin
  119.       [595 842] (A4)  def
  120.       [842 1191] (A3)  def
  121.       [420 595] (A5)  def
  122.       [595 935] (Folio) def
  123.       [575 720] (Kwarto) def
  124.       [595 765] (Commercial) def
  125.       [575 935] (Foolscap) def
  126.       [612 792] (Letter)  def
  127.       [612 1008] (Legal) def
  128.       [792 1224] (11x17) def
  129.       [612 935] (SmallLegal) def
  130.       [396 612] (Statement) def
  131.       currentdict
  132.    end
  133.    { exch aload pop 4 index sub abs 5 le exch 
  134.      5 index sub abs 5 le and 
  135.      {exch pop exit} {pop} ifelse
  136.    } bind forall
  137.    = flush pop pop
  138. restore"
  139. *End
  140. *CloseUI: *PageSize
  141.  
  142. *OpenUI *PageRegion: PickOne
  143. *OrderDependency: 40 AnySetup *PageRegion
  144. *DefaultPageRegion: A4
  145. *PageRegion A4: "
  146.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  147. *End
  148. *PageRegion A3: "
  149.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  150. *End
  151. *PageRegion A5: "
  152.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  153. *End
  154. *PageRegion Folio: "
  155.     2 dict dup /PageSize [595 935] put dup /ImagingBBox null put setpagedevice"
  156. *End
  157. *PageRegion Kwarto: "
  158.     2 dict dup /PageSize [575 720] put dup /ImagingBBox null put setpagedevice"
  159. *End
  160. *PageRegion Commercial: "
  161.     2 dict dup /PageSize [595 765] put dup /ImagingBBox null put setpagedevice"
  162. *End
  163. *PageRegion Foolscap: "
  164.     2 dict dup /PageSize [575 935] put dup /ImagingBBox null put setpagedevice"
  165. *End
  166. *PageRegion Letter: "
  167.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  168. *End
  169. *PageRegion Legal: "
  170.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  171. *End
  172. *PageRegion 11x17: "
  173.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  174. *End
  175. *PageRegion SmallLegal: "
  176.     2 dict dup /PageSize [612 935] put dup /ImagingBBox null put setpagedevice"
  177. *End
  178. *PageRegion Statement: "
  179.     2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  180. *End
  181. *CloseUI: *PageRegion
  182.  
  183. *% The following entries provide information about specific paper keywords.
  184. *DefaultImageableArea: A4
  185. *ImageableArea A4: "5.7 8.6 589.3 833.4"
  186. *ImageableArea A3: "5.7 8.6 836.3 1182.4"
  187. *ImageableArea A5: "5.7 8.6 414.3 586.4"
  188. *ImageableArea Folio: "5.7 8.6 589.3 927.4"
  189. *ImageableArea Kwarto: "5.7 8.6 570.3 711.4"
  190. *ImageableArea Commercial: "5.7 8.6 589.3 756.4"
  191. *ImageableArea Foolscap: "5.7 8.6 570.3 927.4"
  192. *ImageableArea Letter: "5.7 8.6 606.3 783.4"
  193. *ImageableArea Legal: "5.7 8.6 606.3 999.4"
  194. *ImageableArea 11x17: "5.7 8.6 786.3 1215.4"
  195. *ImageableArea SmallLegal: "5.7 8.6 606.3 927.4"
  196. *ImageableArea Statement: "5.7 8.6 390.3 603.4"
  197.  
  198. *?ImageableArea: "
  199.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  200.   newpath clippath pathbbox
  201.   4 -2 roll exch 2 {ceiling cvp} repeat
  202.   exch 2 {floor cvp} repeat flush
  203.  restore"
  204. *End
  205.  
  206. *% These provide the physical dimensions of the paper (by keyword)
  207. *DefaultPaperDimension: A4
  208. *PaperDimension A4: "595 842"
  209. *PaperDimension A3: "842 1191"
  210. *PaperDimension A5: "420 595"
  211. *PaperDimension Folio: "595 935"
  212. *PaperDimension Kwarto: "575 720"
  213. *PaperDimension Commercial: "595 765"
  214. *PaperDimension Foolscap: "575 935"
  215. *PaperDimension Letter: "612 792"
  216. *PaperDimension Legal: "612 1008"
  217. *PaperDimension 11x17: "792 1224"
  218. *PaperDimension SmallLegal: "612 935"
  219. *PaperDimension Statement: "396 612"
  220.  
  221. *% Input Sources
  222. *%
  223. *OpenUI *InputSlot: PickOne
  224. *OrderDependency: 20 AnySetup *InputSlot
  225. *DefaultInputSlot: Unknown
  226. *InputSlot Upper/Tray 1: "statusdict begin 3 setpapertray end"
  227. *InputSlot Middle/Tray 2: "statusdict begin 2 setpapertray end"
  228. *InputSlot Lower/Tray 3: "statusdict begin 1 setpapertray end"
  229. *InputSlot LargeCapacity/Tray 4: "statusdict begin 0 setpapertray end"
  230. *?InputSlot: "
  231.  save statusdict begin
  232.   2 dict begin
  233.    /3 (Upper) def
  234.    /2 (Middle) def
  235.    /1 (Lower) def
  236.    /0 (LargeCapacity) def
  237.    papertray
  238.      {( ) cvs cvn load exec} stopped not{= flush}if
  239.   end
  240.  end restore"
  241. *End
  242. *CloseUI: *InputSlot
  243.  
  244. *OpenUI *ManualFeed: Boolean
  245. *OrderDependency: 20 AnySetup *ManualFeed
  246. *DefaultManualFeed: False
  247. *ManualFeed False: " 1 dict dup /ManualFeed false put setpagedevice"
  248. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  249. *?ManualFeed: "
  250.   save
  251.     currentpagedevice /ManualFeed get
  252.     {(True)}{(False)}ifelse = flush
  253.   restore"
  254. *End
  255. *CloseUI: *ManualFeed
  256.  
  257.  
  258. *% Tray 4 tray: Only A4 or Letter.
  259. *UIConstraints: *InputSlot LargeCapacity *PageSize A3
  260. *UIConstraints: *InputSlot LargeCapacity *PageSize A5
  261. *UIConstraints: *InputSlot LargeCapacity *PageSize Folio
  262. *UIConstraints: *InputSlot LargeCapacity *PageSize Kwarto
  263. *UIConstraints: *InputSlot LargeCapacity *PageSize Commercial
  264. *UIConstraints: *InputSlot LargeCapacity *PageSize Foolscap
  265. *UIConstraints: *InputSlot LargeCapacity *PageSize Legal
  266. *UIConstraints: *InputSlot LargeCapacity *PageSize 11x17
  267. *UIConstraints: *InputSlot LargeCapacity *PageSize SmallLegal
  268. *UIConstraints: *InputSlot LargeCapacity *PageSize Statement
  269.  
  270. *OpenUI *Duplex: PickOne
  271. *OrderDependency: 50 AnySetup *Duplex
  272. *DefaultDuplex: None
  273. *Duplex None/Simplex: "
  274.    2 dict dup /Duplex false put dup /Tumble false put setpagedevice"
  275. *End
  276. *Duplex DuplexNoTumble/Duplex Long-Edge Binding: "
  277.     2 dict dup /Duplex true put dup /Tumble false put setpagedevice"
  278. *End
  279. *Duplex DuplexTumble/Duplex Short-Edge Binding: "
  280.     2 dict dup /Duplex true put dup /Tumble true put setpagedevice"
  281. *End
  282. *?Duplex: "
  283.   save
  284.     currentpagedevice /Duplex get
  285.     { currentpagedevice /Tumble get
  286.       { (DuplexTumble) }
  287.       { (DuplexNoTumble) }
  288.       ifelse
  289.     }
  290.     { 
  291.        (None)
  292.     } ifelse
  293.     = flush
  294.   restore"
  295. *End
  296. *CloseUI: *Duplex
  297.  
  298. *OpenUI *Collate: Boolean
  299. *OrderDependency: 20 DocumentSetup *Collate
  300. *DefaultCollate: True
  301. *Collate True/On: "1 dict dup /Collate true put setpagedevice"
  302. *Collate False/Off: "1 dict dup /Collate false put setpagedevice"
  303. *?Collate: "
  304.   save
  305.   currentpagedevice /Collate get
  306.     {(True)}{(False)}ifelse = flush
  307.   restore"
  308. *End
  309. *CloseUI: *Collate
  310. *CloseGroup: PaperHandling
  311.  
  312. *OpenGroup: Finishing
  313. *OpenUI *StapleWhen/Staple: PickOne
  314. *OrderDependency: 50 AnySetup *StapleWhen
  315. *DefaultStaple: PrinterDefault 
  316. *StapleWhen PrinterDefault/Printer Default: ""
  317. *StapleWhen None/Off: "
  318.    1 dict dup /Staple 0 put setpagedevice"
  319. *End
  320. *StapleWhen EndOfSet/On: "
  321.    1 dict dup /Staple 3 put setpagedevice"
  322. *End
  323. *?StapleWhen: "
  324.  save 
  325.   5 dict begin
  326.    /0 (None) def
  327.    /1 (DeviceDeactivation) def
  328.    /2 (EndOfJob) def
  329.    /3 (EndOfSet) def
  330.    /4 (EndOfPage) def
  331.    currentpagedevice /Staple get
  332.      {( ) cvs cvn load exec} stopped not{= flush}if
  333.   end
  334.  end restore"
  335. *End
  336. *CloseUI: *StapleWhen
  337.  
  338. *UIConstraints: *StapleWhen EndOfSet *OutputBin Side
  339. *UIConstraints: *StapleWhen EndOfSet *OutputBin Tray
  340. *UIConstraints: *StapleWhen EndOfSet *OutputBin PrinterDefault
  341.  
  342. *OpenUI *JogWhen: PickOne
  343. *OrderDependency: 50 AnySetup *JogWhen
  344. *DefaultJog: PrinterDefault
  345. *JogWhen PrinterDefault/Printer Default: ""
  346. *JogWhen Disable/No Jog: "
  347.    1 dict dup /Jog 0 put setpagedevice"
  348. *End
  349. *JogWhen EndOfSet/Jog at End of Set: "
  350.    1 dict dup /Jog 3 put setpagedevice"
  351. *End
  352. *?JogWhen: "
  353.  save
  354.   5 dict begin
  355.    /0 (Disable) def
  356.    /1 (DeviceDeactivation) def
  357.    /2 (EndOfJob) def
  358.    /3 (EndOfSet) def
  359.    /4 (EndOfPage) def
  360.    currentpagedevice /Jog get
  361.      {( ) cvs cvn load exec} stopped not{= flush}if
  362.   end
  363.  end restore"
  364. *End
  365. *CloseUI: *JogWhen
  366.  
  367. *OpenUI *OutputBin: PickOne
  368. *OrderDependency: 25 AnySetup *OutputBin
  369. *DefaultOutputBin: PrinterDefault
  370. *OutputBin PrinterDefault/Printer Default: ""
  371. *OutputBin Side/side: "statusdict begin 0 setoutputtray end"
  372. *OutputBin Finisher/finisher: "statusdict begin 61 setoutputtray end"
  373. *OutputBin Tray/tray: "statusdict begin 81 setoutputtray end"
  374. *CloseUI: *OutputBin
  375.  
  376. *UIConstraints: *OutputBin Tray *StapleWhen EndOfSet 
  377. *UIConstraints: *OutputBin PrinterDefault *StapleWhen EndOfSet
  378. *UIConstraints: *OutputBin Side *StapleWhen EndOfSet 
  379.  
  380. *CloseGroup: Finishing
  381.  
  382. *% Halftone Information =====================
  383. *OpenUI *OceHalftone/Halftoning: PickOne
  384. *OrderDependency: 10 DocumentSetup *OceHalftone
  385. *DefaultOceHalftone: 12x12
  386. *OceHalftone 8x8/8x8 (105 lpi): "
  387.    1 dict dup
  388.    /Install
  389.    {
  390.       {} settransfer
  391.       /Halftone8x8 /Halftone findresource sethalftone
  392.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  393.    } put
  394.    setpagedevice"
  395. *End
  396. *OceHalftone 10x10/10x10 (85 lpi): "
  397.    1 dict dup
  398.    /Install
  399.    {
  400.       {} settransfer
  401.       /Halftone10x10 /Halftone findresource sethalftone
  402.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  403.    } put
  404.    setpagedevice"
  405. *End
  406. *OceHalftone 12x12/12x12 (71 lpi): "
  407.    1 dict dup
  408.    /Install
  409.    {
  410.       {} settransfer
  411.       /Halftone12x12 /Halftone findresource sethalftone
  412.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  413.    } put
  414.    setpagedevice"
  415. *End
  416. *OceHalftone 14x14/14x14 (61 lpi): "
  417.    1 dict dup
  418.    /Install
  419.    {
  420.       {} settransfer
  421.       /Halftone14x14 /Halftone findresource sethalftone
  422.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  423.    } put
  424.    setpagedevice"
  425. *End
  426. *OceHalftone 16x16/16x16 (53 lpi): "
  427.    1 dict dup
  428.    /Install
  429.    {
  430.       {} settransfer
  431.       /Halftone16x16 /Halftone findresource sethalftone
  432.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  433.    } put
  434.    setpagedevice"
  435. *End
  436. *?OceHalftone: "
  437.    currenthalftone /Width get
  438.    dup 8 eq
  439.    {
  440.       pop (8x8)
  441.    }
  442.    {
  443.       dup 10 eq
  444.       {
  445.      pop (10x10)
  446.       }
  447.       {
  448.      dup 12 eq
  449.      {
  450.         pop (12x12)
  451.      }
  452.      {
  453.         14
  454.         {
  455.            (14x14)
  456.         }
  457.         {
  458.            (16x16)
  459.         } ifelse
  460.      } ifelse
  461.       } ifelse
  462.    } ifelse"
  463. *End
  464. *CloseUI: *OceHalftone
  465.  
  466. *ScreenFreq: "70.2"
  467. *ScreenAngle: "45.0"
  468. *DefaultScreenProc: Dot
  469. *ScreenProc Dot: "
  470.   { 0.001 add exch 0.002 add exch
  471.     2 copy add 3 1 roll sub 2 copy 0 ge
  472.     { 0 ge
  473.       { 1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  474.       { 1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  475.       ifelse
  476.     }
  477.     { 0 ge
  478.       { -1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  479.       { -1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  480.       ifelse
  481.     }
  482.     ifelse
  483.   }"
  484. *End
  485. *ScreenProc Line: "{ pop }"
  486. *ScreenProc Ellipse: "
  487.   { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  488. *End
  489.  
  490. *DefaultTransfer: Null
  491. *Transfer Null: "{ }"
  492. *Transfer Null.Inverse: "{ 1 exch sub }"
  493.  
  494. *% Font Information
  495. *%
  496. *% Truetype fonts are supported by the 8445
  497. *TTRasterizer: Type42
  498.  
  499. *DefaultFont: Courier
  500. *Font AvantGarde-Book: Standard "(002.001)" Standard ROM
  501. *Font AvantGarde-BookOblique: Standard "(002.001)" Standard ROM
  502. *Font AvantGarde-Demi: Standard "(002.001)" Standard ROM
  503. *Font AvantGarde-DemiOblique: Standard "(002.001)" Standard ROM
  504. *Font Bookman-Demi: Standard "(002.001)" Standard ROM
  505. *Font Bookman-DemiItalic: Standard "(002.001)" Standard ROM
  506. *Font Bookman-Light: Standard "(002.001)" Standard ROM
  507. *Font Bookman-LightItalic: Standard "(002.001)" Standard ROM
  508. *Font Courier: Standard "(002.001)" Standard ROM
  509. *Font Courier-Bold: Standard "(002.001)" Standard ROM
  510. *Font Courier-BoldOblique: Standard "(002.001)" Standard ROM
  511. *Font Courier-Oblique: Standard "(002.001)" Standard ROM
  512. *Font Garamond-Bold: Standard "(002.001)" Standard ROM
  513. *Font Garamond-BoldItalic: Standard "(002.001)" Standard ROM
  514. *Font Garamond-Light: Standard "(002.001)" Standard ROM
  515. *Font Garamond-LightItalic: Standard "(002.001)" Standard ROM
  516. *Font Helvetica: Standard "(002.001)" Standard ROM
  517. *Font Helvetica-Bold: Standard "(002.001)" Standard ROM
  518. *Font Helvetica-BoldOblique: Standard "(002.001)" Standard ROM
  519. *Font Helvetica-Condensed: Standard "(002.001)" Standard ROM
  520. *Font Helvetica-Condensed-Bold: Standard "(002.001)" Standard ROM
  521. *Font Helvetica-Condensed-BoldObl: Standard "(002.001)" Standard ROM
  522. *Font Helvetica-Condensed-Oblique: Standard "(002.001)" Standard ROM
  523. *Font Helvetica-Narrow: Standard "(002.001)" Standard ROM
  524. *Font Helvetica-Narrow-Bold: Standard "(002.001)" Standard ROM
  525. *Font Helvetica-Narrow-BoldOblique: Standard "(002.001)" Standard ROM
  526. *Font Helvetica-Narrow-Oblique: Standard "(002.001)" Standard ROM
  527. *Font Helvetica-Oblique: Standard "(002.001)" Standard ROM
  528. *Font NewCenturySchlbk-Bold: Standard "(002.001)" Standard ROM
  529. *Font NewCenturySchlbk-BoldItalic: Standard "(002.001)" Standard ROM
  530. *Font NewCenturySchlbk-Italic: Standard "(002.001)" Standard ROM
  531. *Font NewCenturySchlbk-Roman: Standard "(002.001)" Standard ROM
  532. *Font Palatino-Bold: Standard "(002.001)" Standard ROM
  533. *Font Palatino-BoldItalic: Standard "(002.001)" Standard ROM
  534. *Font Palatino-Italic: Standard "(002.001)" Standard ROM
  535. *Font Palatino-Roman: Standard "(002.001)" Standard ROM
  536. *Font Symbol: Special "(002.001)" Special ROM
  537. *Font Times-Bold: Standard "(002.001)" Standard ROM
  538. *Font Times-BoldItalic: Standard "(002.001)" Standard ROM
  539. *Font Times-Italic: Standard "(002.001)" Standard ROM
  540. *Font Times-Roman: Standard "(002.001)" Standard ROM
  541. *Font ZapfChancery-MediumItalic: Standard "(002.001)" Standard ROM
  542. *Font ZapfDingbats: Special "(002.001)" Special ROM
  543. *?FontQuery: "
  544.  save
  545.    { count 1 gt
  546.       { exch dup 127 string cvs (/) print print (:) print
  547.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  548.       } { exit } ifelse 
  549.    } bind loop
  550.    (*) = flush
  551.  restore"
  552. *End
  553.  
  554. *?FontList: "
  555. save
  556.   (*) {cvn ==} 128 string /Font resourceforall
  557.   (*) = flush
  558. restore"
  559. *End
  560.  
  561.  
  562. *% Printer Messages (verbatim from printer):
  563. *%
  564. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  565. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  566. *Message: "\FontName\ not found, using Courier"
  567.  
  568. *% Status (format: %%[ status: <one of these> ]%% )
  569. *%
  570. *Status: "idle"
  571. *Status: "busy"
  572. *Status: "waiting"
  573.  
  574. *% Status (format: %%[ status: <one of these>; Source: <one of these> ]%% )
  575. *%
  576. *Source: "LPR"
  577. *Source: "RemoteServer"
  578. *Source: "other"
  579.  
  580. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  581. *%
  582.  
  583. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  584.  
  585. *% Color Separation Information
  586. *%
  587. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  588.  
  589. *InkName: ProcessBlack/Process Black
  590. *InkName: CustomColor/Custom Color
  591. *InkName: ProcessCyan/Process Cyan
  592. *InkName: ProcessMagenta/Process Magenta
  593. *InkName: ProcessYellow/Process Yellow
  594.  
  595. *% For 60 lpi / 300 dpi
  596. *%
  597. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  598. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  599. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  600. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  601. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  602.  
  603. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  604. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  605. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  606. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  607. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  608.  
  609. *% For 53 lpi / 300 dpi
  610. *%
  611. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  612. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  613. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  614. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  615. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  616.  
  617. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  618. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  619. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  620. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  621. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  622.  
  623. *% end of PPD file for Oce 8445
  624.  
  625.